golang.org/x/net/http2.writeResHeaders.contentType (field)

4 uses

	golang.org/x/net/http2 (current package)
		server.go#L2609: 			contentType:   ctype,
		write.go#L187: 	contentType   string
		write.go#L219: 	if w.contentType != "" {
		write.go#L220: 		encKV(enc, "content-type", w.contentType)